-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update ibc-go to v4, adapt packages and API #8409
Conversation
golang/cosmos/cmd/runtillmsg/main.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! So much easier.
Can we merge agoric-labs/cometbft#5 first and only update the cometbft dependency once. |
golang/cosmos/go.mod
Outdated
@@ -142,14 +155,11 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2 | |||
|
|||
// At least until post-v0.34.14 is released with | |||
// https://github.com/tendermint/tendermint/issue/6899 resolved. | |||
replace github.com/tendermint/tendermint => github.com/agoric-labs/tendermint v0.34.23-alpha.agoric.3 | |||
replace github.com/tendermint/tendermint => github.com/agoric-labs/cometbft v0.34.27-alpha.agoric.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New version has been tagged with the BlockParams.MaxBytes
change
replace github.com/tendermint/tendermint => github.com/agoric-labs/cometbft v0.34.27-alpha.agoric.2 | |
replace github.com/tendermint/tendermint => github.com/agoric-labs/cometbft v0.34.27-alpha.agoric.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
52c2334
to
74d8913
Compare
PTAL @michaelfig @mhofman |
The backport referenced above has the agd process hang around after halting. Wrote a wrapper utility which scans stderr for the halt application message, interrupts the process, then propagates its error signal. Conventional shell scripting is not up to the challenge of expressing this behavior.
…#305" This reverts commit efcc3b0. We decided to roll back the problematic change (agoric-labs/cosmos-sdk#305).
e9b14df
to
49d28f7
Compare
feat: update ibc-go to v4, adapt packages and API
closes: #8223
Description
Upgrade to ibc-go v4.4.2. Entails upgrades of cosmos-sdk to v0.45.16 and tendermint to cometbft v0.34.27.
Security Considerations
Closes any security issues that these upgrades address.
Scaling Considerations
N/A
Documentation Considerations
N/A
Testing Considerations
See test plan document.
Upgrade Considerations
Yes.